.survey-container{
  /* border:1px solid #999; */
  /* border-radius: 5px; */
  padding:20px;
  max-width: 100%;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none;
  background:white;
}

/* 临时 begin*/
.survey-container table{
  margin-top:20px;
}
.survey-container table,
.survey-container tbody{
  width:100%;
}
.survey-container td{
  display:flex;
  align-items:center;
  justify-content: start;
  margin-bottom:20px;
}
.survey-container form{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.survey-container input{
  display:none;
}

.survey-container label:before{
  content: "";
  width: 1em;
  min-width: 1em;
  display: block;
  height: 1em;
  background: url(https://wwp-static.wenweipo.com/img/icon/radio_off.png) no-repeat center;
  background-size: 100%;
  margin-right:10px;
}

.survey-container input:checked + label:before{
  background: url(https://wwp-static.wenweipo.com/img/icon/radio_on.png) no-repeat center;
  background-size: 100%;
}

.survey-container label:before{
  content: "";
  width: 1em;
  min-width: 1em;
  display: block;
  height: 1em;
  background: url(https://wwp-static.wenweipo.com/img/icon/radio_off.png) no-repeat center;
  background-size: 100%;
  margin-right:10px;
}

.survey-container input:checked + label:before{
  background: url(https://wwp-static.wenweipo.com/img/icon/radio_on.png) no-repeat center;
  background-size: 100%;
}
.btn.btn-primary{
  background: #c9333a;
  color: white;
  padding: 5px 20px;
}

/* 临时 end */




.survey-container * {
  max-width: 100%;
}

.survey-container p{
  text-align: center !important;
}

.survey-container figure{
  margin:auto;
}

label{
  cursor: pointer;
  display: flex;
  align-items: center;
}

.radio-primary label:before{
  content: "";
  width: 1em;
  min-width: 1em;
  display: block;
  height: 1em;
  background: url(https://wwp-static.wenweipo.com/img/icon/radio_off.png) no-repeat center;
  background-size: 100%;
  margin-right:10px;
}

.radio-primary input:checked + label:before{
  background: url(https://wwp-static.wenweipo.com/img/icon/radio_on.png) no-repeat center;
  background-size: 100%;
}

.checkbox-primary label:before{
  content: "";
  width: 1em;
  min-width: 1em;
  display: block;
  height: 1em;
  background: url(https://wwp-static.wenweipo.com/img/icon/chackbox_off.png) no-repeat center;
  background-size: 100%;
  margin-right:10px;
}

.checkbox-primary input:checked + label:before{
  background: url(https://wwp-static.wenweipo.com/img/icon/chackbox_on.png) no-repeat center;
  background-size: 100%;
}

.radio-primary input:checked + label,
.checkbox-primary input:checked + label{
  color:#c21010;
}

.radio-primary input,
.checkbox-primary input{
  display:none;
}

.survey-submit{
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.survey-submit button{
  font-size: 14px;
  height: 40px;
  width: 90px;
  background: #c21010;
  border: none;
  color: white;
  border-radius: 5px;
}

.survey-panel{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.qu-header{
  width: 100%;
  text-align: center;
  padding:20px 0 0;
  font-size: 22px;
}

.qu-panel tr{
  font-size: 16px;
  line-height:2em;
}


